-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v3 - show salary for selected location, degree and examination year (web) #617
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -31,5 +38,6 @@ export interface CompensationsPage { | |||
page: string; | |||
slug: Slug; | |||
benefitsByLocation: BenefitsByLocation[]; | |||
salaries: SalariesByLocation[]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see we're doing salaries here, but benefitsByLocation above. Let's do either or
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That requires a breaking schema change, do we want to do it in this PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No not at all. We can do it in a cleanup?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nitpick comments, but overall good! 👏
ee4913e
to
692879e
Compare
Further explanation is found here: #616
Replaces the hardcoded payscale with the location-based salary from Sanity.
Visual Overview (Image/Video)
No visual changes
Checklist
Please ensure that you’ve completed the following checkpoints before submitting your pull request: